home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- -- Desliga textos de midias
- puppetSound 2, "CliqueMidia"
- repeat with i = 79 to 82 -- Botoes Midias
- set the member of sprite i to ¬
- ((the number of member "Midias01") + i - 79)
- end repeat
- global gMidiaSelecionada
- set gMidiaSelecionada = 0
- repeat with i = 65 to 76 -- Texto/Subtitulos Midias
- set the visibility of sprite i to false
- end repeat
- set the visibility of sprite 78 to false -- Linhas Midias
- set the visibility of sprite 48 to false
- set the visibility of sprite 84 to false -- Indicador Scrl. Midias
- set the visibility of sprite 93 to false
-
- -- Volta a foto original
- global gFotoCodes
- set fotoCode = getAt(gFotoCodes,5)
- if fotoCode <> "filenotfound" then
- if fotoCode <> the name of member 5 then
- global gSepPath
- importFileInto member 5, ¬
- the moviePath & "Fotos" & gSepPath & fotoCode & ".jpg"
- set the member of sprite (the spriteNum of me) to 5
- end if
- end if
-
- -- Atualiza imagem
- updateStage
- end